const runtime._Prunning

9 uses

	runtime (current package)
		mgcpacer.go#L812: 		if p.status != _Prunning {
		preempt.go#L288: 	return mp.locks == 0 && mp.mallocing == 0 && mp.preemptoff == "" && mp.p.ptr().status == _Prunning
		proc.go#L4788: 		_g_.m.p.ptr().status = _Prunning
		proc.go#L4899: 	_p_.status = _Prunning
		proc.go#L4910: 	if _p_.m.ptr() != _g_.m || _p_.status != _Prunning {
		proc.go#L5222: 		if s == _Prunning || s == _Psyscall {
		proc.go#L5281: 		if _p_.status != _Prunning {
		proc.go#L5867: 					if _p_.status == _Prunning {
		runtime2.go#L125: 	_Prunning